Use PEGetReportOptions to retrieve the report options associated with a specified print job.
BOOL CRPE_API PEGetReportOptions (
short printJob,
PEReportOptions FAR *reportOptions );
Specifies the print job for which you want to determine report options. | |
Specifies a pointer to PEReportAlertInfo, which contains report options for the specified print job. |
Declare Function PEGetReportOptions Lib "crpe32.dll" (ByVal printJob _
As Integer, reportOptions As PEReportOptions) As Integer
function PEGetReportOptions (
printJob: smallint;
var reportOptions: PEReportOptions
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |